home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / System / StyleWriter Page Monitor GX / Source / PageMon.h < prev    next >
Encoding:
Text File  |  1994-11-08  |  323 b   |  12 lines  |  [TEXT/MMCC]

  1. /***
  2.  * PageMon.h
  3.  *
  4.  *  This guy contains the protos for the public 4-up routines (one that will be used in the
  5.  *  jump table...
  6.  *
  7.  ***/
  8.  
  9. OSErr PageMonImageJob ( gxSpoolFile thePrintFile, long *numPages );
  10. OSErr PageMonImagePage (gxSpoolFile theSpoolFile, long pageNumber,
  11.                                     gxFormat theFormat, void *imageData);
  12.